home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / dragonball-kart.swf / scripts / frame_2 / DoAction.as < prev   
Encoding:
Text File  |  2011-10-17  |  282 b   |  13 lines

  1. _root.nowball = 0;
  2. _root.efek = new Sound();
  3. _root.efek2 = new Sound();
  4. _root.efek3 = new Sound();
  5. _root.efek4 = new Sound();
  6. _root.efek5 = new Sound();
  7. _root.bgm = new Sound();
  8. _root.bgm.setVolume(100);
  9. _root.bgm.onSoundComplete = function()
  10. {
  11.    _root.bgm.start();
  12. };
  13.